home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 455 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  757 b 

  1. From: Bjarne Pohlers <bjarne@goedel.uni-muenster.de>
  2. Subject: utime()
  3. Date: Fri, 27 Aug 93 02:44:40 +0200
  4.  
  5. Hello,
  6.  
  7. it seems that the utime-MiNTLIB-call does not work with MiNT 1.09 and
  8. minixfs PL6. I noticed that the Libs use a Fcntl()-call with FUTIME as
  9. a command, but I did not find any docs about FUTIME as a
  10. Fcntl()-command. However, the Minixfs *seems to know about FUTIME (in
  11. minixdev.c) but it does not work :-(
  12.  
  13. Does anyone have an idea whats wrong here?
  14.  
  15. By the way, I think there should be a way to change the time/date of a
  16. file without opening it (as it is done currently in utime()). It then
  17. should be easy to change it for directories, too (of course only if
  18. the filesystem supports it). (Or is there a way and I missed it?)
  19.  
  20. Regards, Bjarne
  21.